/* CSS Document */

@charset "UTF-8";

.unicusSlides {	width:960px;	height:295px;}

#slideshow { 	width:960px;	height:295px;	margin: 0;	padding:0;}
		
#nav { 	
	width: 200px;
	float: left;
	/*	
	position:absolute; 
	top: 230px;
	right:0;
	background-color: white; 
	opacity: .6; 
    filter: alpha(opacity=60);*/
	}
#controles {
	width: 300px;
	height:22px;
	padding:0 5px 0 18px;	
	background: url(../img/fundo_controles_noticias.png) no-repeat;
	margin-top: -24px;
	z-index: 900;
	position: relative;
}	

a.service0 {font-size: 51px; line-height: 24px; color:white; text-decoration:none; padding-right: 8px;}
a.service0:hover {color: #81b4cb;}
a.service0.activeSlide {color: #81b4cb;}


a.service1 {font-size: 51px; line-height: 24px; color:white; text-decoration:none; padding-right: 8px;}
a.service1:hover {color: #81b4cb;}
a.service1.activeSlide {color: #81b4cb;}


a.service2 {font-size: 51px; line-height: 24px; color:white; text-decoration:none; padding-right: 8px;}
a.service2:hover {color: #81b4cb;}
a.service2.activeSlide {color: #81b4cb;}


.blackBox {
	width: 410px;
	height:  110px;
	background-color: black;
	margin-top: 2px;
	position: relative;
	left:550px;
	top:-240px;
	z-index: 66;
}

.sliderText {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size: 21px;
	line-height: 25px;
	color: #666;
	display:block;
    float:left;
    padding:18px 0 0 20px;
    margin:0;
}

.slidertextWrap {
	background-color:red;
	width: 200px;
    float:left;
}

.white {	color: white;}
.red {	color: #ee1c25;}
.orange {	color: #f1592a;}
.blue {	color: #0065b3;}
.green {	color: #0a9343;}

.findOutMore a {
    font-size: 9px;
	color: white;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 15px;
    margin: 85px 0 0 0;
    padding: 0 0 0 0;
    text-decoration: none;
    display:block;
    float:left;
    position: absolute;
    left:315px;
    z-index: 100;
}

.findOutMore a:hover {	color: red;}